home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 February / Pcwk022003b.iso / Antywirusy / Panda AntiVirus Platinum 7 / plat7shin.exe / data1.cab / Comunes / Platmsg.dll / 0 / RCDATA / TFORMAVISOFWLCONEXNOAUTORIZADA / TFORMAVISOFWLCONEXNOAUTORIZADA.txt
Text File  |  2002-10-11  |  3KB  |  117 lines

  1. object FormAvisoFwlConexNoAutorizada: TFormAvisoFwlConexNoAutorizada
  2.   Left = 604
  3.   Top = 213
  4.   BorderStyle = bsSingle
  5.   Caption = '∩┐╜Conexi∩┐╜n telef∩┐╜nica no autorizada!'
  6.   ClientHeight = 138
  7.   ClientWidth = 242
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel: TPndPopupPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 242
  22.     Height = 138
  23.     BottomText = 'Panda Antivirus Platinum 7'
  24.     HeaderFont.Charset = DEFAULT_CHARSET
  25.     HeaderFont.Color = clWhite
  26.     HeaderFont.Height = -11
  27.     HeaderFont.Name = 'Tahoma'
  28.     HeaderFont.Style = [fsBold]
  29.     HeaderText = 'Deseo...'
  30.     IconImages = ImageListIcono
  31.     IconIndex = 8
  32.     ItemImages = ImageListItems
  33.     Items = <
  34.       item
  35.         Caption = 'Denegar la conexi∩┐╜n'
  36.         Visible = False
  37.         ImageIndex = 20
  38.         OnClick = DenegarConexion
  39.         MostrarEnReducido = True
  40.         TipoItem = 1
  41.       end
  42.       item
  43.         Caption = 'Permitir esta conexi∩┐╜n siempre'
  44.         Visible = False
  45.         ImageIndex = 32
  46.         OnClick = PermitirConexionSiempre
  47.         MostrarEnReducido = True
  48.         TipoItem = 1
  49.       end
  50.       item
  51.         Caption = 'Ayuda'
  52.         Visible = False
  53.         ImageIndex = 27
  54.         OnClick = Ayuda
  55.         MostrarEnReducido = True
  56.         TipoItem = 1
  57.       end
  58.       item
  59.         Caption = 'Permitir la conexi∩┐╜n s∩┐╜lo esta vez'
  60.         Visible = False
  61.         ImageIndex = 31
  62.         OnClick = PermitirSoloEstaVez
  63.         TipoItem = 1
  64.       end
  65.       item
  66.         Caption = 'Cerrar'
  67.         Visible = False
  68.         ImageIndex = 16
  69.         OnClick = Cerrar
  70.         MostrarEnReducido = True
  71.         TipoItem = 2
  72.       end
  73.       item
  74.         Caption = 'Autorizar este n∩┐╜mero'
  75.         Visible = False
  76.         ImageIndex = 32
  77.         OnClick = PermitirConexionSiempre
  78.         MostrarEnReducido = True
  79.         TipoItem = 2
  80.       end
  81.       item
  82.         Caption = 'Ayuda'
  83.         Visible = False
  84.         ImageIndex = 27
  85.         OnClick = Ayuda
  86.         MostrarEnReducido = True
  87.         TipoItem = 2
  88.       end
  89.       item
  90.         Caption = 'Consultar el informe'
  91.         ImageIndex = 22
  92.         OnClick = ConsultarInforme
  93.         MostrarSoloEnAlertasAgrupadas = True
  94.       end>
  95.     ItemsFont.Charset = DEFAULT_CHARSET
  96.     ItemsFont.Color = clBlack
  97.     ItemsFont.Height = -11
  98.     ItemsFont.Name = 'Tahoma'
  99.     ItemsFont.Style = []
  100.     PrioridadMensaje = pmAlertaUsuario
  101.     TextoAlertasAgrupadas = 
  102.       'En el informe se encuentran nuevas notificaciones similares a es' +
  103.       'ta'
  104.     Title = '∩┐╜Conexi∩┐╜n telef∩┐╜nica no autorizada!'
  105.   end
  106.   object ImageListItems: TImageList
  107.     Left = 208
  108.     Top = 168
  109.   end
  110.   object ImageListIcono: TImageList
  111.     Height = 48
  112.     Width = 48
  113.     Left = 208
  114.     Top = 136
  115.   end
  116. end
  117.